FileInfoOrBuilder

interface FileInfoOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getFileName(): String

The fully qualified path of the file
string file_name = 1;
Link copied to clipboard
abstract fun getFileNameBytes(): ByteString

The fully qualified path of the file
string file_name = 1;
Link copied to clipboard
abstract fun getSizeBytes(): Int

The size of the file in bytes
uint32 size_bytes = 2;